[SOLARIS] Don't mlock() hypercall buffers.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 23 Oct 2006 08:52:51 +0000 (09:52 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 23 Oct 2006 08:52:51 +0000 (09:52 +0100)
commita3fc4d842ee8ff9de41a234d0dfc4252ea3f19ec
tree206b826018b807ed533391714457157a1b11d888
parent7aae32885d19d76db269b7231a313d3c91a1e10a
[SOLARIS] Don't mlock() hypercall buffers.

On solaris mlock requires a page aligned address and mlock doesn't
ensure the pages won't minor page fault.

Signed-off-by: Mark Johnson <mark.johnson@sun.com>
13 files changed:
tools/libxc/xc_acm.c
tools/libxc/xc_domain.c
tools/libxc/xc_evtchn.c
tools/libxc/xc_hvm_build.c
tools/libxc/xc_linux_build.c
tools/libxc/xc_linux_restore.c
tools/libxc/xc_linux_save.c
tools/libxc/xc_misc.c
tools/libxc/xc_private.c
tools/libxc/xc_private.h
tools/libxc/xc_tbuf.c
tools/libxc/xg_private.c
tools/misc/xenperf.c